home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / winterm.z / winterm
Text File  |  1998-10-20  |  7KB  |  133 lines

  1.  
  2.  
  3.  
  4. WWWWIIIINNNNTTTTEEEERRRRMMMM((((1111))))                                                          WWWWIIIINNNNTTTTEEEERRRRMMMM((((1111))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      winterm - provides a uniform interface for launching applications which
  10.      need a window shell (terminal emulator)
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      wwwwiiiinnnntttteeeerrrrmmmm [ [[[[----nnnnaaaammmmeeee||||----nnnn]]]] name-string ]
  14.              [ [[[[----ttttiiiittttlllleeee||||----tttt||||----TTTT]]]] title-string ] [ ----pppp xposition,yposition ]
  15.              [ ----ssss columns,lines ] [ [[[[----ffffoooonnnntttt||||----ffff||||----ffffnnnn]]]] fontname ]
  16.              [ ----ffffgggg color ] [ ----bbbbgggg color ]
  17.              [ ----iiiiccccoooonnnniiiicccc ] [ -hold|-H ] [ -console|-C ] [ ----ddddiiiissssppppllllaaaayyyy display-
  18.              string ]
  19.              [ ----ggggeeeeoooommmmeeeettttrrrryyyy geometry-string ]
  20.              [ ----xxxxrrrrmmmm resource-string ]
  21.              [ [[[[----cccc||||----eeee]]]] cmd [ args ] ]
  22.  
  23. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  24.      _w_i_n_t_e_r_m is a shell script that runs an application in a shell window.  It
  25.      uses the environment variable $_W_I_N_T_E_R_M to determine which kind of shell
  26.      window to use.  Terminal emulators supported are _x_w_s_h, _w_s_h and _x_t_e_r_m.  If
  27.      _W_I_N_T_E_R_M is unset, winterm provides _x_w_s_h as a default.  This script is
  28.      used by _f_m(_1) and _t_o_o_l_c_h_e_s_t(_1_X) when launching applications with
  29.      teletype-style user interfaces.
  30.  
  31.      ----nnnnaaaammmmeeee or ----nnnn name-string
  32.                  sets the winterm's application name, under which resources
  33.                  are to be obtained.  The name string should not contain ``.''
  34.                  or ``*'' characters.
  35.  
  36.      ----ttttiiiittttlllleeee or ----tttt or ----TTTT title-string
  37.                  sets the title of the winterm window to the provided title
  38.                  string.
  39.  
  40.      ----pppp xposition,yposition
  41.                  positions the corner of the winterm window to
  42.                  _x_p_o_s_i_t_i_o_n,_y_p_o_s_i_t_i_o_n, measured from the inside of any window
  43.                  borders which may be provided by the window manager.
  44.  
  45.      ----ssss cols,lines
  46.                  sets the size of the winterm so the contained terminal
  47.                  emulator supports the requested number of text columns _c_o_l_s
  48.                  and the number of text lines _l_i_n_e_s.
  49.  
  50.      ----ffffoooonnnntttt or ----ffff or ----ffffnnnn fontname
  51.                  sets the font used within the winterm to _f_o_n_t_n_a_m_e.
  52.  
  53.      ----ffffgggg color   sets the foreground (text) color used by the winterm to
  54.                  _c_o_l_o_r.
  55.  
  56.      ----bbbbgggg color   sets the background (page) color used by the winterm to
  57.                  _c_o_l_o_r.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. WWWWIIIINNNNTTTTEEEERRRRMMMM((((1111))))                                                          WWWWIIIINNNNTTTTEEEERRRRMMMM((((1111))))
  71.  
  72.  
  73.  
  74.      ----iiiiccccoooonnnniiiicccc     starts the winterm up in its iconic (minimized) form.
  75.  
  76.      ----hhhhoooolllldddd or ----HHHH holds the winterm open after application exits, allowing the
  77.                  user to read the output and close the winterm at their own
  78.                  pace.  Note: xterm does not currently support this
  79.                  capability.
  80.  
  81.      ----ccccoooonnnnssssoooolllleeee or ----CCCC
  82.                  starts the winterm up as a system console and sets the
  83.                  environment variable CONSOLE.  This steals the role of the
  84.                  system console from any predecessor, and assigns it to the
  85.                  new winterm.  The only difference between the system console
  86.                  and any other terminal emulator is that messages from the
  87.                  kernel and from the logging of certain system activity
  88.                  (controlled by the file /etc/syslog.conf) are printed on the
  89.                  console.  The variable _C_O_N_S_O_L_E is set in the environment to
  90.                  allow .profile and .login files to provide different handling
  91.                  for this terminal emulator such as special handling of the
  92.                  window title.
  93.  
  94.      ----ddddiiiissssppppllllaaaayyyy display-string
  95.                  applies an X compatible display specification, setting the X
  96.                  server to be contacted; see X(1).
  97.  
  98.      ----ggggeeeeoooommmmeeeettttrrrryyyy geometry-string
  99.                  applies an X compatible geometry specification, setting the
  100.                  position and/or size of the winterm window.  See X(1).
  101.  
  102.      ----xxxxrrrrmmmm resource-string
  103.                  applies an X compatible resource specification, to set
  104.                  resources value understood by the termulator invoked within
  105.                  the winterm window.  See X(1).
  106.  
  107.      ----cccc cmd [args]
  108.                  feeds the rest of the line as the command to be executed in
  109.                  the winterm.  This option must be the last flag set from the
  110.                  winterm command line.
  111.  
  112. NNNNOOOOTTTTEEEESSSS
  113.      The default _W_I_N_T_E_R_M is: WINTERM='xwsh -name winterm'.
  114.      The ----hhhhoooolllldddd (----HHHH) option is not supported by _x_t_e_r_m.
  115.  
  116. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  117.      _I_R_I_X _I_n_t_e_r_a_c_t_i_v_e _D_e_s_k_t_o_p _I_n_t_e_g_r_a_t_i_o_n _G_u_i_d_e,
  118.      IID(1G),
  119.      toolchest(1X),
  120.      wsh(1G),
  121.      xwsh(1G),
  122.      xterm(1).
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.